Skip to content

[docs] Update glossary - daily scan#20328

Merged
pelikhan merged 1 commit intomainfrom
docs/glossary-daily-2026-03-10-b8cbd46a8bb0ba0e
Mar 10, 2026
Merged

[docs] Update glossary - daily scan#20328
pelikhan merged 1 commit intomainfrom
docs/glossary-daily-2026-03-10-b8cbd46a8bb0ba0e

Conversation

@github-actions
Copy link
Contributor

Glossary Updates - 2026-03-10

Scan Type

  • Incremental (daily - last 24 hours)
  • Full scan (weekly - last 7 days)

Terms Added

Terms Updated

None

Changes Analyzed

Related Changes

Notes

Other changes were internal refactoring (safe_outputs_generation.go split), bug fixes, and CLI flag additions not requiring glossary updates.

Generated by Glossary Maintainer ·

  • expires on Mar 12, 2026, 10:19 AM UTC

Add Failure Issue Reporting (report-failure-as-issue:) term introduced in PR #20266.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@github-actions github-actions bot added documentation Improvements or additions to documentation glossary labels Mar 10, 2026
@pelikhan pelikhan marked this pull request as ready for review March 10, 2026 10:58
Copilot AI review requested due to automatic review settings March 10, 2026 10:58
@pelikhan pelikhan merged commit 5ff8031 into main Mar 10, 2026
1 check passed
@pelikhan pelikhan deleted the docs/glossary-daily-2026-03-10-b8cbd46a8bb0ba0e branch March 10, 2026 10:58
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the documentation glossary with a new safe-outputs term describing how to control automatic failure issue creation.

Changes:

  • Add a glossary entry for Failure Issue Reporting (report-failure-as-issue:) with a brief description and YAML example.
  • Link the new term to the Safe Outputs reference for additional details.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

You can also share your feedback on Copilot code review. Take the survey.


### Failure Issue Reporting (`report-failure-as-issue:`)

A `safe-outputs` option controlling whether workflow run failures are automatically reported as GitHub issues. Defaults to `true` when safe outputs are configured. Set to `false` to suppress failure issue creation for workflows where failures are expected or handled externally:
Copy link

Copilot AI Mar 10, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The default is described as "Defaults to true when safe outputs are configured", but the option itself is simply a boolean with default true (and only applies when safe-outputs is present). Consider rephrasing to match the Safe Outputs reference/schema wording (e.g., "default: true") to avoid implying the default changes based on whether safe outputs are configured.

Suggested change
A `safe-outputs` option controlling whether workflow run failures are automatically reported as GitHub issues. Defaults to `true` when safe outputs are configured. Set to `false` to suppress failure issue creation for workflows where failures are expected or handled externally:
A `safe-outputs` option controlling whether workflow run failures are automatically reported as GitHub issues (default: `true`). Set to `false` to suppress failure issue creation for workflows where failures are expected or handled externally:

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation glossary

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants